1/1
free mii to rmii core from Xilinx EDK
by Unknown on Feb 9, 2007 |
Not available! | ||
Hi everyone !!
Does anyone know where i can download the free MII to RMII IP Core. I didn't find it on my EDK evaluation DVD. Thanks a lot Jislaine |
free mii to rmii core from Xilinx EDK
by Unknown on Feb 9, 2007 |
Not available! | ||
I don't know where the free version is available but I can offer a
commercial one.
Regards,
Igor Mohor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.opencores.org/forums.cgi/ethmac/attachments/20070209/390e1966/attachment.html
|
free mii to rmii core from Xilinx EDK
by Unknown on Feb 9, 2007 |
Not available! | ||
This is ammusing ...
Here one for free, enjoy .
module mtr ( // MII to RMII
rxdv ,
rxd ,
rxer ,
txen ,
txd ,
txer ,
clk , // clock in 25M
clko , // clock out 50M
rstn );
input rxdv ;
input [3:0] rxd ;
input rxer ;
output txen ;
output [1:0] txd ;
output txer ;
input clk ;
input clko ;
input rstn ;
reg rxdv_del;
reg [3:0] rxd_del ;
reg rxer_del;
always @ (posedge clk or negedge rstn)
if (~rstn)
begin
rxdv_del ethmac-bounces at opencores.org [mailto:ethmac-bounces at opencores.org]
On Behalf Of Igor Mohor
Sent: Friday, February 09, 2007 5:18 AM
To: List about open source Ethernet MAC core
Subject: Re: [ethmac] free mii to rmii core from Xilinx EDK
I don't know where the free version is available but I can offer a
commercial one.
Regards,
Igor Mohor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.opencores.org/forums.cgi/ethmac/attachments/20070209/dc89424e/attachment.html
|
free mii to rmii core from Xilinx EDK
by Unknown on Feb 19, 2007 |
Not available! | ||
Thank you for your hints...
I finally found it on my EDK installation DVD... Regards, Jislaine Illan Glasner schrieb:
This is ammusing ...
Here one for free, enjoy .
module mtr ( // MII to RMII
rxdv ,
rxd ,
rxer ,
txen ,
txd ,
txer ,
clk , // clock in 25M
clko , // clock out 50M
rstn );
input rxdv ;
input [3:0] rxd ;
input rxer ;
output txen ;
output [1:0] txd ;
output txer ;
input clk ;
input clko ;
input rstn ;
reg rxdv_del;
reg [3:0] rxd_del ;
reg rxer_del;
always @ (posedge clk or negedge rstn)
if (~rstn)
begin
rxdv_del ethmac-bounces at opencores.org
[mailto:ethmac-bounces at opencores.org] *On Behalf Of *Igor Mohor
*Sent:* Friday, February 09, 2007 5:18 AM
*To:* List about open source Ethernet MAC core
*Subject:* Re: [ethmac] free mii to rmii core from Xilinx EDK
I don't know where the free version is available but I can offer a
commercial one.
Regards,
Igor Mohor
------------------------------------------------------------------------
_______________________________________________
http://www.opencores.org/mailman/listinfo/ethmac
--
Best regards / Mit freundlichen Grüßen
Dipl.-Ing. Jislaine Silatsa
Mailto:j.silatsa at trenz-electronic.de | http://www.trenz-electronic.de
Tel.: +49 (5223) 41652 | Fax.: +49 (5223) 48945
Trenz Electronic GmbH | Borriesstr. 61 | 32257 Bünde | Germany
CEO Thorsten Trenz | Local Court: Amtsgericht Bad Oeynhausen, HRB 7185
VAT ID Nr. DE813408402 | WEEE-Reg.Nr. DE97922676
|
1/1